home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 117
/
PC Guia 117.iso
/
Software
/
Utils
/
Software6
/
Product13
/
googlebar-0.9.5.06-fx.xpi
/
chrome
/
googlebar.jar
/
content
/
googlebarExtrasOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2003-07-19
|
1KB
|
31 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- We now make it easier to add your own changes to the Googlebar through the magic
- of overlays. Things are already set up- just add the Javascript code to this file
- or read Robert Fernandes' explanation (http://googlebar.mozdev.org/feedback.html#181)
- for more information.
-->
<?xml-stylesheet href="chrome://googlebar/content/skin/extras.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://googlebar/locale/googlebarExtras.dtd">
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox id="extras-box">
<!-- Begin section for placing custom googlebar items -->
<!-- Uncomment this button definition to view a sample extension on the toolbar
<toolbarbutton id="sample-button"
buttonclass="sample-button"
class="sample-button"
buttonlabel="&button.sample.label;"
tooltiptext="&button.sample.tooltip;"
oncommand="extrasSampleButton()"/>
-->
<!-- End section for placing custom googlebar items -->
</hbox>
</overlay>